home *** CD-ROM | disk | FTP | other *** search
- Path: oskar.Hagenuk.de!news
- From: berg@hagenuk.de (Jens Berg)
- Newsgroups: comp.std.c
- Subject: Re: "c" question.
- Date: 16 Feb 1996 05:54:55 GMT
- Organization: Hagenuk Telecom GmbH
- Message-ID: <4g167f$b05@oskar.Hagenuk.de>
- References: <312048DF.4E51@vast.cs.byu.edu>
- Reply-To: berg@hagenuk.de (Jens Berg)
- NNTP-Posting-Host: kst103_hat_jens_berg.hagenuk.de
- X-Newsreader: IBM NewsReader/2 v1.02
-
- In <312048DF.4E51@vast.cs.byu.edu>, William Donald Peterson III <willp@vast.cs.byu.edu> writes:
- >I have a question. I was wondering if anybody knows how to display a
- >character that is not on the keyboard, but is in the alphabet. For
- >example, if I wanted to "printf" the 129th ascii character.
-
- printf ("%c", 129);
-
- [Jens]
-
- Jens Berg
- Hagenuk GmbH, Kiel - Germany
- Phone: +49 431 8818 70020, email: berg@hagenuk.de
- #include <standard.disclaimer>
- I only speak for myself!
-
-